body {
    background-color: #195973;
    font-family: 'Raleway';
}
.navbar {
    padding-top: 0px;
    background-color: #DFEDF2;
    font-family: 'Raleway';

    }

    .fab {
        width: 20px;
        height: 50px;
    }


#logotron {
        background-size: cover;
        text-align: center;
        background: #DFEDF2;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 5px;
    }
    #address {
        color: grey;
        margin: 0px;
    }
    .logo {
        width: 100px; /* you can use % */
        height: 100px;
    }

#aboutme {
    background: #A7CBD9;
    border: 5px solid #D9B573;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    
}

#blueshirt {
    width: 100%;
    height: 100%;
}




div.gallery {
    margin-top: 20px;
 }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
 
  .square {
    margin: 100px;
}